Skip to content

docs(integrations): document the 'integration list --catalog' flag#3530

Open
jawwad-ali wants to merge 1 commit into
github:mainfrom
jawwad-ali:docs/integration-list-catalog-flag
Open

docs(integrations): document the 'integration list --catalog' flag#3530
jawwad-ali wants to merge 1 commit into
github:mainfrom
jawwad-ali:docs/integration-list-catalog-flag

Conversation

@jawwad-ali

Copy link
Copy Markdown
Contributor

What

specify integration list accepts a --catalog flag:

@integration_app.command("list")
def integration_list(
    catalog: bool = typer.Option(False, "--catalog", help="Browse full catalog (built-in + community)"),
):

…but the List Available Integrations section of docs/reference/integrations.md documented no options, so the flag was undiscoverable from the docs (unlike integration search and integration catalog add, which both have option tables).

Fix

Add a one-row option table documenting --catalog, matching the style of the sibling command sections. Docs-only.

Verification

  • Flag confirmed present in src/specify_cli/integrations/_query_commands.py.
  • markdownlint-cli2 docs/reference/integrations.md → 0 errors; git diff --check clean.

🤖 Written with the assistance of Claude Code (AI). Gap self-found (flag present in code, absent from docs).

'specify integration list' accepts a --catalog flag (integrations/_query_commands.py:
typer.Option(False, "--catalog", ...)) that browses the full built-in +
community catalog, but the Integrations reference documented no options for the
list command. Add an option table for it, matching the style used by the sibling
'integration search' and 'integration catalog add' sections.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the integrations reference documentation to make the specify integration list --catalog flag discoverable, aligning the docs with the CLI’s supported options.

Changes:

  • Added an options table to the List Available Integrations section.
  • Documented the --catalog flag for browsing the full catalog (built-in + community).
Show a summary per file
File Description
docs/reference/integrations.md Adds an option table to document specify integration list --catalog.

Review details

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

  • Files reviewed: 1/1 changed files
  • Comments generated: 1
  • Review effort level: Low

Comment on lines +50 to +52
| Option | Description |
| ----------- | ------------------------------------------------------------------------------------------- |
| `--catalog` | Browse the full catalog (built-in + community) instead of only the built-in/installed set |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants